You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > Divide Method > TOpenCLMtxVec.Divide Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.Divide Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec)

Divide each of Num elements with corresponding elements in Den.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Divide([In] TOpenCLMtxVec Num, [In] TOpenCLMtxVec Den);

Size and TOpenCLBase.ComplexComplexproperty of the calling object are set automatically. The result is stored in the calling object. 

The result of division by zero will be the INF constant. Division of zero by zero will result in NAN.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!